home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
antkendo.swf
/
scripts
/
frame_4
/
PlaceObject2_123_17
/
CLIPACTIONRECORD onClipEvent(mouseDown).as
next >
Wrap
Text File
|
2006-06-09
|
529b
|
21 lines
onClipEvent(mouseDown){
if(_root._currentframe == 52)
{
if(_root.hero._currentframe < 61)
{
if(_root._ymouse < 100 && _root.hero._currentframe < 17)
{
_root.hero.gotoAndPlay(17);
}
else if(hitTest(_root._xmouse,_root._ymouse,false))
{
_root.hero.gotoAndPlay(33);
}
else if(_root._ymouse > 200 && _root.hero._currentframe < 47)
{
_root.hero.gotoAndPlay(47);
}
}
}
}